Search
CheckBoxComponent.setCheckedImageList Method
See Also
 

Sets a list with images. Each image in the list represents the appearance of the check box in its checked state: 0 - normal, 1 - pressed, 2 - disabled, 3 - hovered.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void setCheckedImageList (
    ArrayList<Image> value
)

 Parameters

value

A list of java.awt.Image objects.

 See Also